home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / glibc108.zip / glibc108 / locale / C-ctype.c < prev    next >
C/C++ Source or Header  |  1991-07-17  |  373b  |  15 lines

  1. #include <ansidecl.h>
  2. #include <localeinfo.h>
  3. #include <stddef.h>
  4.  
  5.  
  6. extern CONST struct ctype_ctype_info __ctype_ctype_C;
  7. extern CONST struct ctype_mbchar_info __ctype_mbchar_C;
  8. CONST struct ctype_info __ctype_C =
  9.   {
  10.     (struct ctype_ctype_info*)&__ctype_ctype_C,
  11.     (struct ctype_mbchar_info*) &__ctype_mbchar_C
  12.   };
  13.  
  14. CONST struct ctype_info *_ctype_info = &__ctype_C;
  15.